home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / bktorso.d3d < prev    next >
Text File  |  1996-04-17  |  13KB  |  586 lines

  1. xof txt 03010064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major
  5.  WORD minor
  6.  DWORD flags
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x
  12.  FLOAT y
  13.  FLOAT z
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u
  19.  FLOAT v
  20. }
  21.  
  22. template Quaternion {
  23.  <10DD46A3-775B-11cf-8F52-0040333594A3>
  24.  FLOAT s
  25.  Vector v
  26. }
  27.  
  28. template Matrix4x4 {
  29.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  30.  array FLOAT matrix[16]
  31. }
  32.  
  33. template ColorRGBA {
  34.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  35.  FLOAT red
  36.  FLOAT green
  37.  FLOAT blue
  38.  FLOAT alpha
  39. }
  40.  
  41. template ColorRGB {
  42.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  43.  FLOAT red
  44.  FLOAT green
  45.  FLOAT blue
  46. }
  47.  
  48. template IndexedColor {
  49.  <1630B820-7842-11cf-8F52-0040333594A3>
  50.  DWORD index
  51.  ColorRGBA indexColor
  52. }
  53.  
  54. template Boolean {
  55.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  56.  WORD truefalse
  57. }
  58.  
  59. template Boolean2d {
  60.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u
  62.  Boolean v
  63. }
  64.  
  65. template MaterialWrap {
  66.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  67.  Boolean u
  68.  Boolean v
  69. }
  70.  
  71. template TextureFilename {
  72.  <A42790E1-7810-11cf-8F52-0040333594A3>
  73.  STRING filename
  74. }
  75.  
  76. template TextureReference {
  77.  <A42790E2-7810-11cf-8F52-0040333594A3>
  78.  Guid guidref
  79.  STRING refname
  80. }
  81.  
  82. template Material {
  83.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  84.  ColorRGBA ambientColor
  85.  FLOAT power
  86.  ColorRGB specularColor
  87.  ColorRGB emissiveColor
  88. }
  89.  
  90. template MeshFace {
  91.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  92.  DWORD nFaceVertexIndices
  93.  array DWORD faceVertexIndices[nFaceVertexIndices]
  94. }
  95.  
  96. template MeshFaceWraps {
  97.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  98.  DWORD nFaceWrapValues
  99.  Boolean2d faceWrapValues
  100. }
  101.  
  102. template MeshTextureCoords {
  103.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  104.  DWORD nTextureCoords
  105.  array Coords2d textureCoords[nTextureCoords]
  106. }
  107.  
  108. template MeshMaterialList {
  109.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  110.  DWORD nMaterials
  111.  array DWORD materials[nMaterials]
  112. }
  113.  
  114. template MeshNormals {
  115.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  116.  DWORD nNormals
  117.  array Vector normals[nNormals]
  118.  DWORD nFaceNormals
  119.  array MeshFace faceNormals[nFaceNormals]
  120. }
  121.  
  122. template MeshVertexColors {
  123.  <1630B821-7842-11cf-8F52-0040333594A3>
  124.  DWORD nVertexColors
  125.  array IndexedColor vertexColors[nVertexColors]
  126. }
  127.  
  128. template Mesh {
  129.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  130.  DWORD nVertices
  131.  array Vector vertices[nVertices]
  132.  DWORD nFaces
  133.  array MeshFace faces[nFaces]
  134. }
  135.  
  136. Header {
  137.  0
  138.  2
  139.  1
  140. }
  141.  
  142. Material {
  143.  1.000000,1.000000,1.000000,1.000000,
  144.  0.000000,
  145.  0.000000,0.000000,0.000000,
  146.  0.000000,0.000000,0.000000
  147. }
  148. Mesh {
  149.  119
  150.  -0.167715,0.407756,-0.235652,
  151.  -0.198695,0.756089,-0.323885,
  152.  0.234791,0.756037,-0.323880,
  153.  0.177977,0.407707,-0.235650,
  154.  -0.335232,1.172119,0.324019,
  155.  -0.437752,0.912872,0.383877,
  156.  0.480553,0.912821,0.383921,
  157.  0.371950,1.172074,0.324061,
  158.  -0.437752,0.912872,0.383877,
  159.  -0.167747,0.494492,0.200360,
  160.  0.177945,0.494445,0.200390,
  161.  0.480553,0.912821,0.383921,
  162.  0.358232,0.960188,-0.261800,
  163.  0.234791,0.756037,-0.323880,
  164.  -0.198695,0.756089,-0.323885,
  165.  -0.321753,0.960241,-0.261815,
  166.  0.098371,1.221523,-0.077073,
  167.  0.358232,0.960188,-0.261800,
  168.  -0.321753,0.960241,-0.261815,
  169.  -0.063873,1.221570,-0.077086,
  170.  -0.077369,1.354343,0.216854,
  171.  -0.335232,1.172119,0.324019,
  172.  0.371950,1.172074,0.324061,
  173.  0.113432,1.354299,0.216882,
  174.  -0.063873,1.221570,-0.077086,
  175.  -0.321753,0.960241,-0.261815,
  176.  -0.501846,1.204529,0.063566,
  177.  -0.128163,1.331855,0.046535,
  178.  0.098371,1.221523,-0.077073,
  179.  0.163954,1.331772,0.046592,
  180.  0.538694,1.204439,0.063646,
  181.  0.358232,0.960188,-0.261800,
  182.  -0.521332,0.777138,0.017483,
  183.  -0.167747,0.494492,0.200360,
  184.  -0.437752,0.912872,0.383877,
  185.  -0.501846,1.204529,0.063566,
  186.  0.343063,0.434254,-0.040323,
  187.  0.177977,0.407707,-0.235650,
  188.  0.234791,0.756037,-0.323880,
  189.  0.559029,0.777041,0.017571,
  190.  -0.198695,0.756089,-0.323885,
  191.  -0.167715,0.407756,-0.235652,
  192.  -0.332951,0.434351,-0.040384,
  193.  -0.521332,0.777138,0.017483,
  194.  -0.321753,0.960241,-0.261815,
  195.  -0.198695,0.756089,-0.323885,
  196.  -0.521332,0.777138,0.017483,
  197.  -0.501846,1.204529,0.063566,
  198.  0.538694,1.204439,0.063646,
  199.  0.559029,0.777041,0.017571,
  200.  0.234791,0.756037,-0.323880,
  201.  0.358232,0.960188,-0.261800,
  202.  0.559029,0.777041,0.017571,
  203.  0.480553,0.912821,0.383921,
  204.  0.177945,0.494445,0.200390,
  205.  0.343063,0.434254,-0.040323,
  206.  -0.128163,1.331855,0.046535,
  207.  -0.501846,1.204529,0.063566,
  208.  -0.335232,1.172119,0.324019,
  209.  -0.077369,1.354343,0.216854,
  210.  0.113432,1.354299,0.216882,
  211.  0.371950,1.172074,0.324061,
  212.  0.538694,1.204439,0.063646,
  213.  0.163954,1.331772,0.046592,
  214.  -0.167747,0.494492,0.200360,
  215.  -0.521332,0.777138,0.017483,
  216.  -0.332951,0.434351,-0.040384,
  217.  -0.437752,0.912872,0.383877,
  218.  -0.335232,1.172119,0.324019,
  219.  -0.501846,1.204529,0.063566,
  220.  0.371950,1.172074,0.324061,
  221.  0.480553,0.912821,0.383921,
  222.  0.538694,1.204439,0.063646,
  223.  0.559029,0.777041,0.017571,
  224.  0.480553,0.912821,0.383921,
  225.  0.538694,1.204439,0.063646,
  226.  0.538694,1.204439,0.063646,
  227.  0.480553,0.912821,0.383921,
  228.  0.559029,0.777041,0.017571,
  229.  -0.167747,0.080882,0.200360,
  230.  -0.332951,0.020741,-0.040384,
  231.  0.005118,-0.086240,-0.040363,
  232.  0.177945,0.080835,0.200390,
  233.  -0.167715,-0.005854,-0.235652,
  234.  0.177977,-0.005903,-0.235650,
  235.  0.005118,-0.086240,-0.040363,
  236.  -0.332951,0.020741,-0.040384,
  237.  -0.167715,-0.005854,-0.235652,
  238.  0.005118,-0.086240,-0.040363,
  239.  0.177977,-0.005903,-0.235650,
  240.  0.343063,0.020644,-0.040323,
  241.  0.005118,-0.086240,-0.040363,
  242.  0.343063,0.020644,-0.040323,
  243.  0.177945,0.080835,0.200390,
  244.  0.005118,-0.086240,-0.040363,
  245.  0.177977,0.407707,-0.235650,
  246.  0.177977,-0.005903,-0.235650,
  247.  -0.167715,-0.005854,-0.235652,
  248.  -0.167715,0.407756,-0.235652,
  249.  0.343063,0.434254,-0.040323,
  250.  0.343063,0.020644,-0.040323,
  251.  0.177977,-0.005903,-0.235650,
  252.  0.177977,0.407707,-0.235650,
  253.  0.177945,0.494445,0.200390,
  254.  0.177945,0.080835,0.200390,
  255.  0.343063,0.020644,-0.040323,
  256.  0.343063,0.434254,-0.040323,
  257.  -0.167747,0.494492,0.200360,
  258.  -0.167747,0.080882,0.200360,
  259.  0.177945,0.080835,0.200390,
  260.  0.177945,0.494445,0.200390,
  261.  -0.332951,0.434351,-0.040384,
  262.  -0.332951,0.020741,-0.040384,
  263.  -0.167747,0.080882,0.200360,
  264.  -0.167747,0.494492,0.200360,
  265.  -0.167715,0.407756,-0.235652,
  266.  -0.167715,-0.005854,-0.235652,
  267.  -0.332951,0.020741,-0.040384,
  268.  -0.332951,0.434351,-0.040384
  269.  
  270.  32
  271.  4,0,1,2,3,
  272.  4,4,5,6,7,
  273.  4,8,9,10,11,
  274.  4,12,13,14,15,
  275.  4,16,17,18,19,
  276.  4,20,21,22,23,
  277.  4,24,25,26,27,
  278.  4,28,29,30,31,
  279.  4,32,33,34,35,
  280.  4,36,37,38,39,
  281.  4,40,41,42,43,
  282.  4,44,45,46,47,
  283.  4,48,49,50,51,
  284.  4,52,53,54,55,
  285.  4,56,57,58,59,
  286.  4,60,61,62,63,
  287.  3,64,65,66,
  288.  3,67,68,69,
  289.  3,70,71,72,
  290.  3,73,74,75,
  291.  3,76,77,78,
  292.  4,79,80,81,82,
  293.  3,83,84,85,
  294.  3,86,87,88,
  295.  3,89,90,91,
  296.  3,92,93,94,
  297.  4,95,96,97,98,
  298.  4,99,100,101,102,
  299.  4,103,104,105,106,
  300.  4,107,108,109,110,
  301.  4,111,112,113,114,
  302.  4,115,116,117,118,
  303.  MeshMaterialList {
  304.   1
  305.   0
  306.  }
  307.  MeshNormals {
  308.   119
  309.   -0.412294,-0.139509,-0.900306,
  310.   -0.435005,-0.069142,-0.897770,
  311.   0.433062,-0.083751,-0.897465,
  312.   0.410469,-0.154119,-0.898756,
  313.   -0.326445,0.585827,0.741782,
  314.   -0.507671,-0.034797,0.860848,
  315.   0.434739,-0.106740,0.894208,
  316.   0.323923,0.589323,0.740117,
  317.   -0.507671,-0.034797,0.860848,
  318.   -0.550337,-0.282277,0.785779,
  319.   0.431712,-0.289775,0.854199,
  320.   0.434739,-0.106740,0.894208,
  321.   0.293327,0.428979,-0.854363,
  322.   0.433062,-0.083751,-0.897465,
  323.   -0.435005,-0.069142,-0.897770,
  324.   -0.294030,0.428812,-0.854205,
  325.   0.284401,0.432817,-0.855445,
  326.   0.293327,0.428979,-0.854363,
  327.   -0.294030,0.428812,-0.854205,
  328.   -0.284294,0.434338,-0.854709,
  329.   -0.411726,0.516071,0.751100,
  330.   -0.326445,0.585827,0.741782,
  331.   0.323923,0.589323,0.740117,
  332.   0.412046,0.514988,0.751669,
  333.   -0.284294,0.434338,-0.854709,
  334.   -0.294030,0.428812,-0.854205,
  335.   -0.882551,0.466734,-0.057127,
  336.   -0.768298,0.596509,-0.232155,
  337.   0.284401,0.432817,-0.855445,
  338.   0.769816,0.594093,-0.233318,
  339.   0.726992,0.663203,-0.177888,
  340.   0.293327,0.428979,-0.854363,
  341.   -0.936682,-0.335926,-0.098900,
  342.   -0.550337,-0.282277,0.785779,
  343.   -0.507671,-0.034797,0.860848,
  344.   -0.882551,0.466734,-0.057127,
  345.   0.953376,-0.291070,-0.079699,
  346.   0.410469,-0.154119,-0.898756,
  347.   0.433062,-0.083751,-0.897465,
  348.   0.874834,-0.375028,-0.306627,
  349.   -0.435005,-0.069142,-0.897770,
  350.   -0.412294,-0.139509,-0.900306,
  351.   -0.970767,-0.235634,-0.045700,
  352.   -0.936682,-0.335926,-0.098900,
  353.   -0.294030,0.428812,-0.854205,
  354.   -0.435005,-0.069142,-0.897770,
  355.   -0.936682,-0.335926,-0.098900,
  356.   -0.882551,0.466734,-0.057127,
  357.   0.726992,0.663203,-0.177888,
  358.   0.874834,-0.375028,-0.306627,
  359.   0.433062,-0.083751,-0.897465,
  360.   0.293327,0.428979,-0.854363,
  361.   0.874834,-0.375028,-0.306627,
  362.   0.434739,-0.106740,0.894208,
  363.   0.431712,-0.289775,0.854199,
  364.   0.953376,-0.291070,-0.079699,
  365.   -0.768298,0.596509,-0.232155,
  366.   -0.882551,0.466734,-0.057127,
  367.   -0.326445,0.585827,0.741782,
  368.   -0.411726,0.516071,0.751100,
  369.   0.412046,0.514988,0.751669,
  370.   0.323923,0.589323,0.740117,
  371.   0.726992,0.663203,-0.177888,
  372.   0.769816,0.594093,-0.233318,
  373.   -0.550337,-0.282277,0.785779,
  374.   -0.936682,-0.335926,-0.098900,
  375.   -0.970767,-0.235634,-0.045700,
  376.   -0.507671,-0.034797,0.860848,
  377.   -0.326445,0.585827,0.741782,
  378.   -0.882551,0.466734,-0.057127,
  379.   0.323923,0.589323,0.740117,
  380.   0.434739,-0.106740,0.894208,
  381.   0.726992,0.663203,-0.177888,
  382.   0.874834,-0.375028,-0.306627,
  383.   0.434739,-0.106740,0.894208,
  384.   0.726992,0.663203,-0.177888,
  385.   0.726992,0.663203,-0.177888,
  386.   0.434739,-0.106740,0.894208,
  387.   0.874834,-0.375028,-0.306627,
  388.   -0.394249,-0.352227,0.848825,
  389.   -0.742000,-0.661672,0.107823,
  390.   0.030973,-0.997685,0.060541,
  391.   0.305101,-0.545705,0.780461,
  392.   -0.349347,-0.614899,-0.707004,
  393.   0.349394,-0.614996,-0.706897,
  394.   0.030973,-0.997685,0.060541,
  395.   -0.742000,-0.661672,0.107823,
  396.   -0.349347,-0.614899,-0.707004,
  397.   0.030973,-0.997685,0.060541,
  398.   0.349394,-0.614996,-0.706897,
  399.   0.763724,-0.641568,0.071524,
  400.   0.030973,-0.997685,0.060541,
  401.   0.763724,-0.641568,0.071524,
  402.   0.305101,-0.545705,0.780461,
  403.   0.030973,-0.997685,0.060541,
  404.   0.410469,-0.154119,-0.898756,
  405.   0.349394,-0.614996,-0.706897,
  406.   -0.349347,-0.614899,-0.707004,
  407.   -0.412294,-0.139509,-0.900306,
  408.   0.953376,-0.291070,-0.079699,
  409.   0.763724,-0.641568,0.071524,
  410.   0.349394,-0.614996,-0.706897,
  411.   0.410469,-0.154119,-0.898756,
  412.   0.431712,-0.289775,0.854199,
  413.   0.305101,-0.545705,0.780461,
  414.   0.763724,-0.641568,0.071524,
  415.   0.953376,-0.291070,-0.079699,
  416.   -0.550337,-0.282277,0.785779,
  417.   -0.394249,-0.352227,0.848825,
  418.   0.305101,-0.545705,0.780461,
  419.   0.431712,-0.289775,0.854199,
  420.   -0.970767,-0.235634,-0.045700,
  421.   -0.742000,-0.661672,0.107823,
  422.   -0.394249,-0.352227,0.848825,
  423.   -0.550337,-0.282277,0.785779,
  424.   -0.412294,-0.139509,-0.900306,
  425.   -0.349347,-0.614899,-0.707004,
  426.   -0.742000,-0.661672,0.107823,
  427.   -0.970767,-0.235634,-0.045700
  428.  
  429.   32
  430.   4,0,1,2,3,
  431.   4,4,5,6,7,
  432.   4,8,9,10,11,
  433.   4,12,13,14,15,
  434.   4,16,17,18,19,
  435.   4,20,21,22,23,
  436.   4,24,25,26,27,
  437.   4,28,29,30,31,
  438.   4,32,33,34,35,
  439.   4,36,37,38,39,
  440.   4,40,41,42,43,
  441.   4,44,45,46,47,
  442.   4,48,49,50,51,
  443.   4,52,53,54,55,
  444.   4,56,57,58,59,
  445.   4,60,61,62,63,
  446.   3,64,65,66,
  447.   3,67,68,69,
  448.   3,70,71,72,
  449.   3,73,74,75,
  450.   3,76,77,78,
  451.   4,79,80,81,82,
  452.   3,83,84,85,
  453.   3,86,87,88,
  454.   3,89,90,91,
  455.   3,92,93,94,
  456.   4,95,96,97,98,
  457.   4,99,100,101,102,
  458.   4,103,104,105,106,
  459.   4,107,108,109,110,
  460.   4,111,112,113,114,
  461.   4,115,116,117,118,
  462.  }
  463.  MeshTextureCoords {
  464.   119
  465.   0.392916,0.039438,
  466.   0.374117,0.534295,
  467.   0.627910,0.534243,
  468.   0.609618,0.039387,
  469.   1.157751,1.135490,
  470.   1.139868,0.876243,
  471.   0.858053,0.876193,
  472.   0.840984,1.135446,
  473.   1.139868,0.876243,
  474.   1.136860,0.129087,
  475.   0.860609,0.129038,
  476.   0.858053,0.876193,
  477.   0.671141,0.923559,
  478.   0.627910,0.534243,
  479.   0.374117,0.534295,
  480.   0.330022,0.923613,
  481.   0.682175,1.198299,
  482.   0.671141,0.923559,
  483.   0.330022,0.923613,
  484.   0.320720,1.198344,
  485.   1.098448,1.305064,
  486.   1.157751,1.135490,
  487.   0.840984,1.135446,
  488.   0.897315,1.305023,
  489.   0.320720,1.198344,
  490.   0.330022,0.923613,
  491.   0.236173,1.167900,
  492.   0.204143,1.304645,
  493.   0.682175,1.198299,
  494.   0.794383,1.304565,
  495.   0.763673,1.167810,
  496.   0.671141,0.923559,
  497.   0.243734,0.555344,
  498.   0.136860,0.129087,
  499.   0.139868,0.876243,
  500.   0.236173,1.167900,
  501.   0.736277,0.066826,
  502.   0.609618,0.039387,
  503.   0.627910,0.534243,
  504.   0.756203,0.555247,
  505.   0.374117,0.534295,
  506.   0.392916,0.039438,
  507.   0.263962,0.066926,
  508.   0.243734,0.555344,
  509.   0.330022,0.923613,
  510.   0.374117,0.534295,
  511.   0.243734,0.555344,
  512.   0.236173,1.167900,
  513.   0.763673,1.167810,
  514.   0.756203,0.555247,
  515.   0.627910,0.534243,
  516.   0.671141,0.923559,
  517.   0.756203,0.555247,
  518.   0.858053,0.876193,
  519.   0.860609,0.129038,
  520.   0.736277,0.066826,
  521.   0.204143,1.304645,
  522.   0.236173,1.167900,
  523.   0.157751,1.135490,
  524.   0.098448,1.305064,
  525.   0.897315,1.305023,
  526.   0.840984,1.135446,
  527.   0.763673,1.167810,
  528.   0.794383,1.304565,
  529.   0.136860,0.129087,
  530.   0.243734,0.555344,
  531.   0.263962,0.066926,
  532.   0.139868,0.876243,
  533.   0.157751,1.135490,
  534.   0.236173,1.167900,
  535.   0.840984,1.135446,
  536.   0.858053,0.876193,
  537.   0.763673,1.167810,
  538.   0.756203,0.555247,
  539.   0.858053,0.876193,
  540.   0.763673,1.167810,
  541.   0.763673,1.167810,
  542.   0.858053,0.876193,
  543.   0.756203,0.555247,
  544.   0.136860,0.129087,
  545.   0.263962,0.066926,
  546.   0.515114,-0.043648,
  547.   0.860609,0.129038,
  548.   0.392916,0.039438,
  549.   0.609618,0.039387,
  550.   0.515114,-0.043648,
  551.   0.263962,0.066926,
  552.   0.392916,0.039438,
  553.   0.515114,-0.043648,
  554.   0.609618,0.039387,
  555.   0.736277,0.066826,
  556.   0.515114,-0.043648,
  557.   0.736277,0.066826,
  558.   0.860609,0.129038,
  559.   0.515114,-0.043648,
  560.   0.000000,0.000000,
  561.   0.000000,0.000000,
  562.   0.000000,0.000000,
  563.   0.000000,0.000000,
  564.   0.000000,0.000000,
  565.   0.000000,0.000000,
  566.   0.000000,0.000000,
  567.   0.000000,0.000000,
  568.   0.000000,0.000000,
  569.   0.000000,0.000000,
  570.   0.000000,0.000000,
  571.   0.000000,0.000000,
  572.   0.000000,0.000000,
  573.   0.000000,0.000000,
  574.   0.000000,0.000000,
  575.   0.000000,0.000000,
  576.   0.000000,0.000000,
  577.   0.000000,0.000000,
  578.   0.000000,0.000000,
  579.   0.000000,0.000000,
  580.   0.000000,0.000000,
  581.   0.000000,0.000000,
  582.   0.000000,0.000000,
  583.   0.000000,0.000000,
  584.  }
  585. }
  586.